home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dpmigcc5.zip / RSX / SOURCE / LOADPRG.H < prev    next >
C/C++ Source or Header  |  1994-12-12  |  342b  |  12 lines

  1. /* Copyright    Rainer Schnitker 92,93 */
  2.  
  3. #ifndef _PROCESS_H
  4. #include "PROCESS.H"
  5. #endif
  6.  
  7. int    argvenv ( int, char **, int, char **, NEWPROCESS * );
  8. void    cpy_exename_to_stack ( NEWPROCESS *, char *);
  9. int    load_protected_program ( char *, NEWPROCESS * );
  10. int    write_core_file ( NEWPROCESS * );
  11. int    write_core ( unsigned, NEWPROCESS * );
  12.